home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / patches / symantec / rtlinc.exe / MALLOC.H < prev    next >
C/C++ Source or Header  |  1993-05-13  |  261b  |  14 lines

  1. /*_ malloc.h */
  2. /* Copyright (C) 1992 by Symantec    */
  3. /* All Rights Reserved            */
  4.  
  5. /* Note: ANSI users should #include <stdlib.h> instead of this file */
  6. #ifndef __MALLOC_H
  7. #define __MALLOC_H 1
  8.  
  9. #ifndef __STDLIB_H
  10. #include <stdlib.h>
  11. #endif
  12.  
  13. #endif
  14.